home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Conference & Expo 2005 / Macworld Conference and Expo - Documentation CD-ROM (2004).iso / mac / Adobe Reader 6.0 / Adobe Reader 6.0.app / Contents / Resources / Adobe Reader.rsrc / EXVW_10141_admFontProgress < prev    next >
Text File  |  2004-01-30  |  283b  |  12 lines

  1. dialog(name: '$$$/Dialogs/FontInfo/Progress')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         view(align_children: align_row, alignment: align_fill)
  6.         {
  7.             progress_bar(item_id: 'pbar', width: 300, alignment: align_center);
  8.             button(view_id: 'cncl', name: '$$$avProgressCancel');
  9.         }
  10.     }
  11. }
  12.